Welcome![Sign In][Sign Up]
Location:
Search - beep keyboard

Search list

[Other resourceS3C44B0X例子程序2

Description: 1. beep -- PWM测试 为 ADS1.2 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后在57600的超级终端里按PC机键盘的“+”“-” 按键,可以听到BUZZ增大减小的声音。 2. key -- 按键测试 为 SDT2.51 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后按FS44B0X上的按键key1 key2 key3 key4 相应的发光二极管亮 3 keyint -- 按键中断测试 该项目在SDT2.51下编译调试。主程序是while空循环,中断服务程序对应四个按键做相应的处理,key1 按键点亮D1灯,并在串口打印信息,因为没有加按键去抖动程序,所以,一次按键,产生几次中断。 -1. Beep -- PWM ADS1.2 testing for the project under the Build, in the ADW sdt2.51 Lane debugging, after running the 57,600 in the Super Terminal Lane by PC keyboard "" "-" buttons, Buzz can be increased to reduce heard voices. 2. Key -- SDT2.51 key test for the project under the Build, in the ADW sdt2.51 Lane debugging, after running the program on the button FS44B0X key1 key2 key3 key4 corresponding LED top-three keyint -- interrupted test button in the project under the Build SDT2.51 debugging. While space is the main program cycle, interrupt service routine correspondence four keys handled accordingly. key1 D1 lights lit keys, and Serial Print information, because no buttons to increase jitter, and therefore, a button. several have interrupted.
Platform: | Size: 507339 | Author: 张淼林 | Hits:

[Other resourceEvsdiskey

Description: 51单片机的键盘扫描程序,当有键盘输入是,将在LED上显示,且蜂鸣器将发出相应的响声.-51 SCM keyboard scanning procedure, when a keyboard is that the LED will show that but buzzer will issue corresponding beep.
Platform: | Size: 32127 | Author: 杨承凯 | Hits:

[assembly language汇编

Description: 4.asm…… 响铃程序,输入一个数字字符N,响铃N次。(完成)ysk3.asm ……显示一个星型倒三角。m1.asm ………编程将键盘输入的8位无符号二进制数转化为十六进制数和十进制数,并输出结果form.asm ……采用子程序编程按以下三种格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小写字母a b c d ……x y z的ASCII码分别为61H 62H 63H 64H……78H 79H 7AH, 而大写字母A B C D ….X Y Z的ASCII码分别为41H 42H 43H 44H …58H 59H 5AH, 使用串处理指令编程从键盘输入16个字符(大小写字母及其它字母均有), 存入以BUF1开始的一片存储区中,并将其传送到以BUF2开始的一片存储区中, 在传送是将其中的小写字母均改为大写字母,并将第一个小写字母在串中的位置 (距串头BUF1的相对位移量)以十六进制形式输出。(完成)-4.asm ... ... beep procedures, the importation of a number of characters N, N-beep. (Completed) ysk3.asm ... shows a Star inverted triangle. ... ... M1.asm programming to the keyboard input of eight unsigned binary number into a hexadecimal number and decimal number, and the output form.asm ... using subroutine program by the following three formats ( , TT, Short) Print Jiujiuchengfabiao : ( completed) char.asm ... lowercase letters a b c d ... x y z ASCII respectively 61H 62H 63H 64H 78H 79H ... 7AH and capital letters A B C D .... X Y Z ASCII respectively 41H 42H 43H 44H 58H 59H L1.5AH ..., the use of string processing programming instructions from the keyboard 16 characters (letters and other case-sensitive alphanumeric both), credited to BUF1 started a storage area and its transmission
Platform: | Size: 2893 | Author: 冯萍 | Hits:

[assembly language汇编

Description: 4.asm…… 响铃程序,输入一个数字字符N,响铃N次。(完成)ysk3.asm ……显示一个星型倒三角。m1.asm ………编程将键盘输入的8位无符号二进制数转化为十六进制数和十进制数,并输出结果form.asm ……采用子程序编程按以下三种格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小写字母a b c d ……x y z的ASCII码分别为61H 62H 63H 64H……78H 79H 7AH, 而大写字母A B C D ….X Y Z的ASCII码分别为41H 42H 43H 44H …58H 59H 5AH, 使用串处理指令编程从键盘输入16个字符(大小写字母及其它字母均有), 存入以BUF1开始的一片存储区中,并将其传送到以BUF2开始的一片存储区中, 在传送是将其中的小写字母均改为大写字母,并将第一个小写字母在串中的位置 (距串头BUF1的相对位移量)以十六进制形式输出。(完成)-4.asm ... ... beep procedures, the importation of a number of characters N, N-beep. (Completed) ysk3.asm ... shows a Star inverted triangle. ... ... M1.asm programming to the keyboard input of eight unsigned binary number into a hexadecimal number and decimal number, and the output form.asm ... using subroutine program by the following three formats ( , TT, Short) Print Jiujiuchengfabiao : ( completed) char.asm ... lowercase letters a b c d ... x y z ASCII respectively 61H 62H 63H 64H 78H 79H ... 7AH and capital letters A B C D .... X Y Z ASCII respectively 41H 42H 43H 44H 58H 59H L1.5AH ..., the use of string processing programming instructions from the keyboard 16 characters (letters and other case-sensitive alphanumeric both), credited to BUF1 started a storage area and its transmission
Platform: | Size: 3072 | Author: 冯萍 | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C44B0X例子程序2

Description: 1. beep -- PWM测试 为 ADS1.2 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后在57600的超级终端里按PC机键盘的“+”“-” 按键,可以听到BUZZ增大减小的声音。 2. key -- 按键测试 为 SDT2.51 下编译的项目, 在sdt2.51的ADW里调试,该程序运行后按FS44B0X上的按键key1 key2 key3 key4 相应的发光二极管亮 3 keyint -- 按键中断测试 该项目在SDT2.51下编译调试。主程序是while空循环,中断服务程序对应四个按键做相应的处理,key1 按键点亮D1灯,并在串口打印信息,因为没有加按键去抖动程序,所以,一次按键,产生几次中断。 -1. Beep-- PWM ADS1.2 testing for the project under the Build, in the ADW sdt2.51 Lane debugging, after running the 57,600 in the Super Terminal Lane by PC keyboard "" "-" buttons, Buzz can be increased to reduce heard voices. 2. Key-- SDT2.51 key test for the project under the Build, in the ADW sdt2.51 Lane debugging, after running the program on the button FS44B0X key1 key2 key3 key4 corresponding LED top-three keyint-- interrupted test button in the project under the Build SDT2.51 debugging. While space is the main program cycle, interrupt service routine correspondence four keys handled accordingly. key1 D1 lights lit keys, and Serial Print information, because no buttons to increase jitter, and therefore, a button. several have interrupted.
Platform: | Size: 506880 | Author: 张淼林 | Hits:

[SCMEvsdiskey

Description: 51单片机的键盘扫描程序,当有键盘输入是,将在LED上显示,且蜂鸣器将发出相应的响声.-51 SCM keyboard scanning procedure, when a keyboard is that the LED will show that but buzzer will issue corresponding beep.
Platform: | Size: 31744 | Author: | Hits:

[SCMtybsrc

Description: 单片机例程打包 液晶 AD EEPROM LED 电机 BEEP 键盘等-Single-chip LCD routines packaged AD EEPROM LED electric keyboard BEEP
Platform: | Size: 207872 | Author: 周波 | Hits:

[SCMtybsch

Description: 单片机例程的原理图打包 液晶 AD EEPROM LED 电机 BEEP 键盘等-Singlechip routine schematic packing LCD AD EEPROM LED electric keyboard BEEP
Platform: | Size: 602112 | Author: 周波 | Hits:

[Otherb

Description: beep,键盘声音,不占CPU,发出不同的频率的声音-beep, the keyboard sounds, do not account for CPU, the frequency of different voices
Platform: | Size: 1024 | Author: autotyx | Hits:

[SCMnew_clock_GAI

Description: 1,时-分-秒(2位-2位-2位)显示 可通过键盘置入时间值。 2,可通过键盘置入日期值,在LED上从右向左滚动显示 年_月_日3次,如: 2008_01_20<-2008_01_20 日期值随时钟进位改变,可用按键调出当前日期值滚动显示。 3,实现每日闹铃功能,闹铃时间可用按键设置。闹铃时蜂鸣器响12秒,可用按键中断蜂鸣声音。 4,实现预约提醒功能,提醒时间可用按键设置,提醒时滚动显示所设置预约时间 年_月_日_时_分_秒 三次。提醒采用不同的提示音表示。 -1, time- hours- seconds (2-2 bit-2 bit) display can be placed through the keyboard time value. 2, available through the keyboard into the date of value, from right to left in the scrolling LED display on the year _ _ 3 times day, such as: 2008_01_20 <-2008_01_20 Date bell binary value at any time change, keys can be used out of the current date value of the rolling display. 3, to achieve a daily alarm function, alarm button can be used time settings. Ring when the alarm buzzer 12 seconds can be interrupted button beep sound. 4, the realization of an appointment reminder function keys can be used to remind the time settings, when reminded by a rolling display settings to make an appointment on the year _ _ _ Date _ hours _ when three seconds. To remind a different tone express.
Platform: | Size: 6144 | Author: 巴黎既系 | Hits:

[OS programPcSpeaker

Description: 点击键盘发出声音小程序,主要是使用了GetAsyncKeyState和Beep API函数的功能,用GetAsyncKeyState函数获得键盘是否按下的状态信息,Beep函数演示了使用PC内部喇叭按音阶发出声音。-Click on the small keyboard sound procedures, mainly the use of the Beep API function GetAsyncKeyState and the function of GetAsyncKeyState function with the keyboard is pressed to obtain status information, Beep function demonstrated by using the PC internal speaker sound scale.
Platform: | Size: 2048 | Author: 105 | Hits:

[assembly languagea1

Description: this another program of assembly language where in every press on the keyboard there will be a beep tone and box of colors will appear-this is another program of assembly language where in every press on the keyboard there will be a beep tone and box of colors will appear
Platform: | Size: 1024 | Author: brenda | Hits:

[SCMkey

Description: 这是单片机的键盘程序,C语言的,包含矩阵键盘,独立按键,按键带蜂鸣,按键多功能等,适合初学者参考,比较全面-This is the keyboard microcontroller programs, C language, contains the matrix keyboard, separate keys, keys with a beep, buttons and other multi-functional, suitable for beginners reference, more comprehensive
Platform: | Size: 40960 | Author: 张泽宇 | Hits:

[SCMzhouxin22

Description: 用单片机实现数字时钟功能。 1、时-分-秒(2位-2位-2位)显示,可通过键盘置入时间值; 2、可通过按键控制在LED上从右向左滚动显示年_月_日3次; 3、实现每日闹铃提醒功能,闹铃时间可用按键设置。闹铃采用提示音表示; 4、实现秒表功能; 5、设计实现变调闹铃提示音或音乐提示音。 -Digital clock function with a single chip. 1 pm- hours- seconds (2-2-2 bit bit) display, the keyboard into a time value 2, can be controlled via buttons on the LED scroll from right to left on _ day of _ 3 3, to achieve a daily reminder alarm feature, set the alarm time can be key. Said with a tone alarm 4, to achieve a stopwatch function 5, Design and Implementation of tone alarm beep tone or music.
Platform: | Size: 4096 | Author: 高泉 | Hits:

[ARM-PowerPC-ColdFire-MIPSarm2440-beep

Description: 基于arm2440的电子琴程序,对初学者来说很锻炼-The keyboard program based arm2440
Platform: | Size: 1024 | Author: 晓岑 | Hits:

[DSP programExamGpiod5

Description: 蜂鸣器实验 本实验演示GPIO 驱动蜂鸣器的实例。 (1)点击“CCS”,启动Code Composer Studio 开发环境 (2)点击【project】􀃆 【Open…】打开“BELL”文件夹下的“GPIO.PJT”。 (3)重新编译完毕。 (4)点击【File】􀃆 【Load Program…】,选择“BELL”文件夹下的“DEBUG”中的 “GPIO.OUT”文件,点击【打开】。 (5)将蜂鸣器旁边的23J0 两针跳线座短路。点击【Debug】􀃆 【Run】或左侧快捷键 图标,全速运行。即可听到蜂鸣器发出“嘟嘟”的声音。 注:如果发现程序不能正确运行或程序跑飞,可点击CCS 中【Debug】􀃆 【Reset CPU】, 然后重新Load 程序。如果还是不能正确运行或程序跑飞,可给学习板和仿真器重新上电。-Buzzer experiments This experiment demonstrates GPIO driver buzzer instance. (1) click on the "CCS", start the Code Composer Studio development environment (2) Click on the [project] 􀃆 [Open ...] to open the BELL "file folder" GPIO.PJT. (3) re-compile is completed. (4) Click [File] 􀃆 [the Load the Program, select the BELL "folder under the" DEBUG " "GPIO.OUT file, click [open]. (5) the buzzer next to 23J0 two-pin jumper seat short circuit. Click [Debug] 􀃆 , [Run] or the left side of keyboard shortcuts Icon, and run at full speed. You can hear the buzzer "beep" sound. Note: If the discovery process can not run correctly or the program running, you can visit the CCS [Debug] 􀃆 [Reset CPU] And then re-Load program. If you still can not run correctly or the program running, re-power on to learn board and emulator.
Platform: | Size: 1024 | Author: q | Hits:

[Driver Developpiano

Description: 一个发声键盘驱动。本模块会首先禁用常规的键盘中断处理,然后将本身挂到IRQ1上,之后每次其收到键盘中断,将会读取键盘状态和按键,然后当 kernel 认为可行时运行 got_char 打印键盘事件并发出蜂鸣声。3.2.14版本linux下开发,测试可用。 -An audible keyboard driver. This module will first disable the regular keyboard interrupt handler, and then will hang itself on the IRQ1, after each time it receives the keyboard interrupt, it will read the keyboard status and key, and then run got_char print keyboard events when the kernel considered feasible and issued beep. The 3.2.14 version of linux, development, testing available.
Platform: | Size: 2048 | Author: Zhaiyf | Hits:

[SCMmimasuo

Description: 用4×4组成0-9数字键及确认键。 用8位数码管组成显示电路提示信息,当输入密码时, 只显示“8.”,当密码位数输入完毕按下确认键时,对输入的密码与设定的密码进行比 较,若密码正确,则门开,此处用LED发光二极管亮一秒钟做为提示,同时发出“叮” 声;若密码不正确,禁止按键输入3秒,同时发出“嘀、嘀”报警声;若在3秒之内仍有 按键按下,则禁止按键输入3秒被重新禁止。-With 44 0-9 number keys and the Enter key. The composition of the eight digital tube display circuit message, enter a password, the only " 8." , Press the Enter key when the password digit input is completed, enter the password and set the password to compare, if the password is correct , the door opened, here LED light-emitting diode light for a second as prompted, also issued a " ding" sound if the password is incorrect, Disable keyboard 3 seconds, also issued a " beep, beep" alarm sound 3 seconds within the still button is pressed, the three seconds re prohibit Disable keyboard.
Platform: | Size: 77824 | Author: 刘涛 | Hits:

[VHDL-FPGA-Verilogvrilog-beep-usart-keyboard

Description: verilog beep usart keyboard开发板控制外设,数据很稳定,功能很强大-verilog beep usart keyboard development board control peripherals, data is very stable, very powerful
Platform: | Size: 1406976 | Author: 封大伟 | Hits:

[SCMbeep

Description: 1.51汇编语言实现蜂蜜器例程 2.stc89c52rc单片机beep实验- 1.51 assembler teaching 2.Stc89c52rc MCU beep experiment keyboard program
Platform: | Size: 12288 | Author: dang | Hits:
« 12 »

CodeBus www.codebus.net